toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.permission.callback
/
[jvm]RequestPermissionCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
RequestPermissionCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
deny
Link copied to clipboard
open
fun
deny
(
)
Notifies the browser that the requested permission should be denied.
grant
Link copied to clipboard
open
fun
grant
(
)
Notifies the browser that the requested permission should be granted.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.